Skip to main content
Feedback

Building the TrafficManager image

This topic describes how to build the Local Edition TrafficManager Docker image with adapters built by the customer. The following example shows how to build the TrafficManager image using Podman.

Procedure

  1. Build the TrafficManager image using Podman.

    $ ./build-images.sh -c podman -i apim-le-trafficmanager

    Alternatively, build the image using Docker.

    $ ./build-images.sh -c docker -i apim-le-trafficmanager
  2. Push the image.

    $ cd scripts/
    $ ./push-images.sh -i apim-le-trafficmanager
On this Page